#=============================================================================== # Gargoyle Glk configuration #------------------------------------------------------------------------------- scrollwidth 0 # set to 8 to make a nice scrollbar scrollbg e0e0d0 scrollfg c0c0b0 stylehint 1 # set this to 0 if the game uses really bad colors cols 60 # nice good line length for reading. but... rows 25 # see the bottom for terp-specific over-rides justify 0 # 0=ragged-right 1=justified quotes 0 # Smart quotes and dashes -- 0=off 1=normal 2=rabid spaces 0 # Spaces after a full stop -- 0=game-set 1=one 2=two graphics 1 # enable graphics sound 1 # enable sound lcd 1 # 0=grayscale 1=subpixel #=============================================================================== # Fonts, sizes and spaces #------------------------------------------------------------------------------- monor LuxiMonoRegular monob LuxiMonoBold monoi LuxiMonoOblique monoz LuxiMonoBoldOblique propr CharterBT-Roman propb CharterBT-Bold propi CharterBT-Italic propz CharterBT-BoldItalic wmarginx 10 # space around the window frame wmarginy 10 wpaddingx 0 # space between windows wpaddingy 0 wborderx 0 # border line width between windows wbordery 0 tmarginx 7 # internal margin of text windows (original 7) tmarginy 7 propsize 19 # Proportional font size / 14.7 monosize 24 # Monospaced tend to be bigger -- compensate / 12.6 leading 20 # Also known as linespacing baseline 15 # Offset from top of line to baseline # Fonts for Text Buffer windows tfont 0 propr # Normal tfont 1 propi # Emphasized tfont 2 monor # Preformatted tfont 3 propb # Header tfont 4 propb # Subheader tfont 5 propz # Alert tfont 6 propi # Note tfont 7 propr # BlockQuote tfont 8 propb # Input tfont 9 propr # User1 tfont 10 propr # User2 # Fonts for Text Grid windows gfont 0 monor # Normal gfont 1 monoi # Emphasized gfont 2 monor # Preformatted gfont 3 monob # Header gfont 4 monob # Subheader gfont 5 monoz # Alert gfont 6 monoi # Note gfont 7 monor # BlockQuote gfont 8 monoz # Input gfont 9 monor # User1 gfont 10 monor # User2 #=============================================================================== # Colors and style definitions #------------------------------------------------------------------------------- gamma 1.0 # this only affects text rendering, not other colors caretshape 1 # 0=smalldot 1=fatdot 2=thinline 3=fatline 4=block # moreprompt [ ... ] morealign 2 # 0=left 1=center 2=right morefont monob # windowcolor 000000 # overall window background color # bordercolor 000000 # border line color # caretcolor 000000 # input caret color # morecolor 006000 # more prompt color